projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb3fe1f
)
(tex-common-initialization): Make parse-sexp-ignore-comments t.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 3 Jan 1994 20:06:28 +0000
(20:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 3 Jan 1994 20:06:28 +0000
(20:06 +0000)
lisp/textmodes/tex-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/tex-mode.el
b/lisp/textmodes/tex-mode.el
index 55fe70fc1d64723550eae997442f341fdc58053d..4beecdab1241e563eb6a96c387bf4a2838d7d325 100644
(file)
--- a/
lisp/textmodes/tex-mode.el
+++ b/
lisp/textmodes/tex-mode.el
@@
-517,6
+517,8
@@
Entering SliTeX mode calls the value of `text-mode-hook', then the value of
(setq comment-start-skip "\\(\\(^\\|[^\\]\\)\\(\\\\\\\\\\)*\\)\\(%+ *\\)")
(make-local-variable 'comment-indent-function)
(setq comment-indent-function 'tex-comment-indent)
+ (make-local-variable 'parse-sexp-ignore-comments)
+ (setq parse-sexp-ignore-comments t)
(make-local-variable 'compare-windows-whitespace)
(setq compare-windows-whitespace 'tex-categorize-whitespace)
(make-local-variable 'tex-command)